home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00193_JukeBox- From Mad JukeBox.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  181 b   |  10 lines

  1. on mouseUp
  2.   global gBackgroundSound
  3.   if gBackgroundSound > 19 then
  4.     go(label("K" & gBackgroundSound))
  5.   end if
  6.   if gBackgroundSound < 20 then
  7.     go("JukeBox 2")
  8.   end if
  9. end
  10.